Now let's check the player's guess against the actual word.
- Go to and drag if else inside the loop.
- Change the word in front of both .say() commands to announcer.
- Use the if statement to check if my_var is equal to word.
- Create a message like, "You got it!" and another message under else like "Try again."
To navigate the page using the TAB key, first press ESC to exit the code editor.